Seal priv pointer in GtkPrintOperation.
authorTim Janik <timj@src.gnome.org>
Fri, 20 Jun 2008 11:05:21 +0000 (11:05 +0000)
committerTim Janik <timj@src.gnome.org>
Fri, 20 Jun 2008 11:05:21 +0000 (11:05 +0000)
svn path=/trunk/; revision=20572

gtk/gtkprintoperation.h

index 0d2a0c985618b8128b89ce8583768995882ab11b..00f8de6bffc985533fda56596e678fe24701fded 100644 (file)
@@ -79,7 +79,7 @@ struct _GtkPrintOperation
 {
   GObject parent_instance;
 
-  GtkPrintOperationPrivate *priv;
+  GtkPrintOperationPrivate *GSEAL (priv);
 };
 
 struct _GtkPrintOperationClass